From 226dd1678b270ef375ad90c79caddf21d2aa26b9 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 13 Sep 2011 00:50:21 +0530 Subject: [PATCH] build: Don't complain about non-GNU make rules --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2688202..559e7ee 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,7 @@ AC_SUBST(PACKAGE_NAME) dnl ========================================================================== -AM_INIT_AUTOMAKE(no-define no-dist-gzip) +AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability) AM_CONFIG_HEADER(config.h) BABL_VARIADIC_MACROS -- 2.30.2